projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704d3ae
)
(replace-highlight): Change overlay priority from 1 to 1001.
author
Juri Linkov
<juri@jurta.org>
Fri, 9 Dec 2005 09:46:16 +0000
(09:46 +0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 9 Dec 2005 09:46:16 +0000
(09:46 +0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index fbfa1be09c244ed4d0336a72783cc4112d4d0414..8229eda85a469b8e9e253a7e76b498796998da8c 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-1710,7
+1710,7
@@
make, or the user didn't cancel the call."
(if replace-overlay
(move-overlay replace-overlay match-beg match-end (current-buffer))
(setq replace-overlay (make-overlay match-beg match-end))
- (overlay-put replace-overlay 'priority 1) ;higher than lazy overlays
+ (overlay-put replace-overlay 'priority 1
001
) ;higher than lazy overlays
(overlay-put replace-overlay 'face 'query-replace)))
(if query-replace-lazy-highlight
(let ((isearch-string string)